object AboutBox: TAboutBox Left = 238 Top = 104 BorderStyle = bsDialog Caption = 'About' ClientHeight = 263 ClientWidth = 373 Font.Color = clWindowText Font.Height = -16 Font.Name = 'System' Font.Style = [] PixelsPerInch = 120 Position = poScreenCenter OnShow = FormShow TextHeight = 20 object Panel1: TPanel Left = 10 Top = 10 Width = 351 Height = 201 BevelInner = bvLowered BevelWidth = 2 TabOrder = 0 object ProgramIcon: TImage Left = 10 Top = 10 Width = 179 Height = 127 AutoSize = True Picture.Data = {} Stretch = True IsControl = True end object ProductName: TLabel Left = 12 Top = 144 Width = 329 Height = 29 Alignment = taCenter AutoSize = False Caption = 'Product Name' Font.Color = clBlack Font.Height = -20 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False IsControl = True end object Version: TLabel Left = 12 Top = 174 Width = 329 Height = 23 Alignment = taCenter AutoSize = False Caption = 'Version' Font.Color = clBlack Font.Height = -17 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False IsControl = True end object CopyYear: TLabel Left = 196 Top = 76 Width = 149 Height = 21 Alignment = taCenter AutoSize = False Caption = '1995' Font.Color = clBlack Font.Height = -15 Font.Name = 'Arial' Font.Style = [] ParentFont = False IsControl = True end object Label1: TLabel Left = 196 Top = 102 Width = 149 Height = 23 Alignment = taCenter AutoSize = False Caption = 'All Rights Reserved' Font.Color = clBlack Font.Height = -15 Font.Name = 'Arial' Font.Style = [] ParentFont = False WordWrap = True IsControl = True end object ShareLabel: TLabel Left = 196 Top = 12 Width = 149 Height = 45 Alignment = taCenter AutoSize = False Font.Color = clBlack Font.Height = -15 Font.Name = 'Arial' Font.Style = [] ParentFont = False IsControl = True end end object Button1: TButton Left = 156 Top = 220 Width = 81 Height = 33 Caption = '&Ok' Font.Color = clBlack Font.Height = -17 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 1 OnClick = Button1Click end end